From: Jim Blandy Date: Wed, 30 Jun 1993 04:56:29 +0000 (+0000) Subject: * keyboard.c (kbd_buffer_get_event): Correctly generate X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95131 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=764cb3f9d25bd879a9af4cabf2d08f7db26052da;p=emacs.git * keyboard.c (kbd_buffer_get_event): Correctly generate switch-frame events when reading mouse motion events. --- diff --git a/src/keyboard.c b/src/keyboard.c index 52e283ab789..278f0dbb342 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1937,7 +1937,7 @@ kbd_buffer_get_event () if (! EQ (frame, internal_last_event_frame) && XFRAME (frame) != selected_frame) - obj = make_lispy_switch_frame (internal_last_event_frame); + obj = make_lispy_switch_frame (frame); internal_last_event_frame = frame; } #endif